home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
202 Game Collection
/
202 Game Collection.iso
/
Ultimate
/
games
/
Braid.dxr
/
00068_restartbtn.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-16
|
281 b
|
18 lines
property spriteNum
on mouseDown me
puppetSound("reset")
go("begin")
end
on mouseEnter me
sprite(spriteNum - 1).blend = 0
sprite(spriteNum).blend = 100
puppetSound("ButtonOver")
end
on mouseLeave me
sprite(spriteNum - 1).blend = 100
sprite(spriteNum).blend = 0
end